ChunkedPayloadResponseOrBuilder

Functions

Link copied to clipboard
abstract fun getAcceptTransfer(): Boolean

Accept the transfer chunked payload
bool accept_transfer = 3;
Link copied to clipboard
abstract fun getPayloadId(): Int

The ID of the entire payload
uint32 payload_id = 1;
Link copied to clipboard
abstract fun getRequestTransfer(): Boolean

Request to transfer chunked payload
bool request_transfer = 2;
Link copied to clipboard

Request missing indexes in the chunked payload
.meshtastic.resend_chunks resend_chunks = 4;
Link copied to clipboard

Request missing indexes in the chunked payload
.meshtastic.resend_chunks resend_chunks = 4;
Link copied to clipboard
abstract fun hasAcceptTransfer(): Boolean

Accept the transfer chunked payload
bool accept_transfer = 3;
Link copied to clipboard
abstract fun hasRequestTransfer(): Boolean

Request to transfer chunked payload
bool request_transfer = 2;
Link copied to clipboard
abstract fun hasResendChunks(): Boolean

Request missing indexes in the chunked payload
.meshtastic.resend_chunks resend_chunks = 4;